Hi Venket,
Logon to database
execute the below sqlcommand
Select TRSTATUS from sapsr3.E070 where TRKORR='SM3K900005';
IF you get the TRSTATUS = D then change the value to R
update sapsr3.E070 set TRSTATUS='R' where TRKORR='SM3K900005';
commit;
Retry the patching
Can you please paste the information UVERS table from SAP level.
With Regards
Ashutosh Chaturvedi