First of all, you are calling the table
AS event.. Then you are only prefixing a few columns with
event.. Get rid of the whole
AS event bit as well and any prefixes used. That is not needed with a single table call and confuses things.
The error message is most likely refering to your last column call. Get rid of the final comma before FROM.
Is the a scheduled task cron or a server cron?