From the looks of it, your Mac OS X partition is corrupt. Since you say that you want to "remove Windows", I would assume you would have no reservations on deleting the Windows partition?
If so, here's what I'd have you do:
1.
Obtain GParted Live and burn it onto a USB thumb drive or a CD. Boot the Mac up with the thumb drive/CD and delete the Windows partition.
2. Boot from the OS X CD, and see if you can resize your Mac OS X partition. If not, don't close Disk Utility just yet: find out the disk identifier of the partition (in the format
disk*s*) by right-clicking/ctrl-clicking the partition. Then launch the Terminal (while still in the OS X CD) and try to run this command:
Code:
diskutil resizeVolume disk*s* *G
Where "disk*s*" is the disk identifier of the Mac OS X partition, and *G is the partition size you want in gigabytes (followed by a G: for example, 75G). You will receive a message telling you to restart, but this is not necessary.
3. After that, try installing Mac OS X again and see if that works. If not, you may have to say goodbye to your data if you don't have a Time Machine backup to restore, see if you can copy data from your computer to an external drive via Terminal that is, if the partition is accessible via Terminal.