Liquibase trying to deploy file which is removed

We had deployed a change in 2 environments 

But later needed to change something  removed the changelog files so that it won’t get deployed in all the environments

Still it had checked-in 3rd environment, I have removed the file in my local repository and deployed again

But still in the 3rd environment , it is still checking for the file which was removed.

Error: ORA-00933: SQL command not properly ended\n [Failed SQL: CREATE SEQUENCE SEQ_ROW MINVALUE 1 MAXVALUE 9999999 INCREMENT BY 1 START WITH 1000001 NOCACHE NOORDER NOCYCLE NOPARTITION]\nliquibase.exception.DatabaseException: ORA-00933: SQL command not properly ended\n [Failed SQL: CREATE SEQUENCE SEQ_ROW MINVALUE 1 MAXVALUE 9999999 INCREMENT BY 1 START WITH 1000001 NOCACHE NOORDER NOCYCLE NOPARTITION]\n\tat liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:301)\n\tat liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)\n\tat liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:107)\n\tat liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1251)\n\tat

There the file Change Set Sequences/17x/0001_DATA-5832.xml::1::KantamnenS failed.  Error: ORA-00933:

Tried to build it again and received the below error for the changelog table

liquibase.exception.DatabaseException: ORA-00955: name is already used by an existing object