please run this SQL query in your phpmyadmin
ALTER TABLE `site_online_customers`
CHANGE COLUMN `ip` `ip` VARCHAR(50) NOT NULL ,
ADD INDEX `site_online_customers_idx` (`date_added` ASC);
Then replace file
public_html/storefront/model/tool/online_now.php
by attached
and let us know about result