if you are using SQL Server, try (didn't test, so it might not work)
update yourtable t set qty = (select qty from yourtable t2 where item=t.item and month = 1) where month = 2