The issue was that you have email logging in the database turned on, but you haven't created the log table to support it. I put the full error on the page so you can see it:
Table 'cl59-maillog.email_log' doesn't exist
You can either create that table with the necessary columns, or you can remove the email logging to eliminate the error.