Your guest_info table has probably gotten so large that it got corrupt. You will need to go into mySQL (you can use something like phpMyAdmin) and empty out that table. Then, run a repair on the table. Finally, execute an optimize on it.