you are trying to put a value into a column of the same name. This is either an error in your code or is an error in your database design.
you're not using placeholders.
you've obviously not got your program to spit out the SQL that is causing the problem (or looked in the database logs). Once you've done that, it will be obvious how to make the syntax error go away.