Error #1060 - Duplicate column name
If you get this error:
1060 - Duplicate column name ''
It means that the table you are trying to ALTER already has a column with that name.
You need to choose a unique name for each column that you are trying to add.