Hi Radhika,
1) Looking at error screenshot:
Reason for error was: <Element> tag of leads was closed in first line itself. It shouldn't be like that.
Define your schema like below:
<element name="lead" id="lead">
<attribute ....>
</element>
2) Try to drop table using SQL activity:
DROP TABLE <namespace>Leads
3) Once done, clear your local cache and relogin.
Thanks.