That's obviously a table that was added with a hack you installed. The error comes from the DESC field in that table, which is a reserved SQL word. Open the file, find that desc field and put ` around it: `desc`.
Or, dump the database again (if it's not too large) using phpmyadmin and be sure to check the "enclose field names in backquotes" option.